Get Lead Trader Stats
Type: GET
Description: /v1/copy-trade-balance/public/copy-trade/leader-stats
Limit Flow Rules
2/s/ip
Parameters
Name | Type | Mandatory | Default | Description |
---|---|---|---|---|
accountId | number | Yes | Leader account id | |
days | string | No | 7 | Query days. Options: 7, 30, 90, 180, all |
Response Example
Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"avgHoldTime": 0, // average holding time (seconds)
"avgLossAmount": 0, // average loss amount
"avgProfitAmount": 0, // average profit amount
"followerMargin": 0, // follower margin
"followersEarnings": 0, // follower profit
"lastTradeTime": 0, // latest trading time
"lossCount": 0, // loss count
"maxRetraction": 0, // max retraction
"pnlRate": "string", // profit and loss ratio
"profitCount": 0, // profit count
"recentRate": 0, // yield rate
"totalEarnings": 0, // total revenue
"totalTransactions": 0, // total transactions
"tradeDays": 0, // trade days
"weeklyTradeFrequency": 0, // trading frequency (weekly)
"winRate": 0 // win rate
}
}